home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 8: LINUX Games
/
Linux Cubed Series 8 - LINUX Games.iso
/
games
/
x11
/
strategy
/
xvmines-.0
/
xvmines-
/
xvmines-1.0
/
Imakefile
< prev
next >
Wrap
Makefile
|
1993-06-27
|
474b
|
23 lines
WHERE :sh = (tmp=`echo /usr/openwin`;echo ${OPENWINHOME:=$tmp})
#CC = gcc
CC = cc
INCLUDES = -I${WHERE}/include
LOCAL_LIBRARIES = -L${WHERE}/lib
SYS_LIBRARIES = -lxview -lolgx -lX11 -lm
#Add -Bstatic for static linking:
#SYS_LIBRARIES = -Bstatic -lxview -lolgx -lX11 -lm
SRCS = xvmines.c play.c
OBJS = xvmines.o play.o
#CDEBUGFLAGS = -g
CDEBUGFLAGS = -O4
ComplexProgramTarget(xvmines)
xvmines.o: xvmines.c xvmines.h xvmines.icons version.h
play.o: play.c xvmines.h